You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Add Method > Matrix.Add Method ([In] TMtxVec, [In] TMtxVec, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Add Method ([In] TMtxVec, [In] TMtxVec, int, int, int, int)

Add Vec1 elements [Vec1Index]..[Vec1Index+Len-1] to Vec2 elements [Vec2Index]..[Vec2Index+Len-1] and store the results in calling object elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public TMtxVec Add([In] TMtxVec Vec1, [In] TMtxVec Vec2, int Vec1Index, int Vec2Index, int Index, int Len);

An exception is raised if ConditionCheck is true and array borders are overrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!